home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 40
/
Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso
/
Aminet
/
misc
/
emu
/
msh-156.lha
/
syslog
/
syslog.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-10-24
|
425b
|
21 lines
/*-
* $Id: syslog.h,v 1.1 1994/10/24 20:38:56 Rhialto Exp $
*
* $Log: syslog.h,v $
* Revision 1.1 1994/10/24 20:38:56 Rhialto
* Initial revision
*
* DEBUGGING LOG DEAMON PUBLIC DEFINITIONS
-*/
#define Prototype extern
#define Local static
#ifdef __STDC__
Prototype void initsyslog(void);
Prototype void uninitsyslog(void);
Prototype void syslog0(char *format, ...);
#endif
#define debug(args) syslog0 args